home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 029a / readm110.zip / README.DOC < prev    next >
Text File  |  1990-01-31  |  2KB  |  57 lines

  1. Documentation file for README.EXE
  2.  
  3.   Name:        Readme.pas -> Readme.exe
  4.   Purpose:     a text file browse utility
  5.   DATE:        January 3, 1990
  6.   Compiler:    Turbo Pascal 5.50
  7.   Hardware:    XT,AT,386 or PS/2
  8.   Video:       CGA,MDA,Herc,EGA or VGA
  9.   Video Modes: 2, 3 or 7
  10.   By:          J. Rockford Cogar
  11.   Company:     Nucleus Inc.
  12.   Address:     761 Emory Valley Road, Oak Ridge, TN 37830
  13.   Rights:      Use this code any way you want
  14.   Parameters:  README <filename>
  15.  
  16.  
  17.  
  18.   README is  a simple text  file browse utility  program.
  19.  
  20.   Here are the README Commands:
  21.  
  22.   key             Function
  23.   -------------------------------------
  24.   Home            Top of File
  25.   End             End of File
  26.   PgUp            Page Up
  27.   PgDn            Page Down
  28.   Up Arrrow       Scroll Up
  29.   Down Arrrow     Scoll Down
  30.   Left Arrrow     Scroll Left
  31.   Right Arrrow    Scroll Right
  32.   Esc             Exit to DOS
  33.   F9              String Search
  34.   A               Repeat String Search
  35.   X               Exit to DOS
  36.  
  37.  
  38.   Video Snow.
  39.  
  40.   If you use  README on CGA video systems,  it will produce video
  41.   snow. This is  because of a contention problem  between the bus
  42.   (program) and the  refresh hardware on the CGA  card. EGA, VGA,
  43.   MDA and Hercules video cards do NOT have the 'snow' problem.
  44.  
  45.  
  46.   Because the software products  produced by Nucleus Inc. require
  47.   EGA  or VGA  video systems,  the CGA  'snow' checking  code was
  48.   removed from the few text mode programs that we distribute.
  49.  
  50.  
  51.   Assembly  language procedures  to do  'snow' free  video output
  52.   will be  included (but not  used) in math flashcard program called
  53.   MATH.EXE  (with Turbo  'C' and  Turbo Assembler  source code).  In
  54.   March 1990, I will distribute the MATH program and source.
  55.  
  56.  
  57.